org.jboss.byteman.contrib.bmunit
Annotation Type BMScript
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface BMScript
Annotation attached to a test class or a test method identifying a Byteman rule file to be loaded
before running tests and unloaded after running tests.
Optional Element Summary |
java.lang.String |
dir
|
java.lang.String |
value
|
value
public abstract java.lang.String value
- Default:
- ""
dir
public abstract java.lang.String dir
- Default:
- ""
Copyright © 2012. All Rights Reserved.